-
21 control-oriented programming
English-Russian dictionary of Information technology > control-oriented programming
-
22 control trajectory
иссл. опер. траектория управления (в задачах динамического программирования: совокупность значений вектора управляющих параметров, выбираемых на каждом этапе оптимизации)See: -
23 Programming for network access is based on an abstraction known as a socket
Общая лексика: Программирование сетевого доступа основано на абстрактном понятии, называемом сокетом (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Soft)Универсальный англо-русский словарь > Programming for network access is based on an abstraction known as a socket
-
24 control-oriented programming
Большой англо-русский и русско-английский словарь > control-oriented programming
-
25 Programming industrial control systems using IEC 1131-3
Программирование: Программирование промышленных систем управления, используя стандарт IEC 1131-3 (см. Robert W. Lewis)Универсальный англо-русский словарь > Programming industrial control systems using IEC 1131-3
-
26 control programming
Программирование: программирование управления (напр. автоматической линией) -
27 control-oriented programming
Вычислительная техника: программирование задач управленияУниверсальный англо-русский словарь > control-oriented programming
-
28 programming for real time control
Программирование: программирование при управлении в реальном времениУниверсальный англо-русский словарь > programming for real time control
-
29 control-oriented programming
English-Russian dictionary of computer science and programming > control-oriented programming
-
30 control-oriented programming
Англо-русский словарь компьютерных и интернет терминов > control-oriented programming
-
31 control-oriented programming
English-Russian dictionary of terms that are used in computer games > control-oriented programming
-
32 control-oriented programming
English-Russian information technology > control-oriented programming
-
33 control-oriented programming
English-Russian dictionary of computer science > control-oriented programming
-
34 flow-of-control programming
English-Russian big polytechnic dictionary > flow-of-control programming
-
35 visual programming
создание программ с помощью различных графических средств. Чаще всего программа представляется в виде графа, отображающего потоки данных или потоки управления (control flow). В простых случаях визуальное программирование позволяет в интерактивном режиме разрабатывать окна приложения, размещая перетаскиванием с помощью мыши кнопки, окна сообщений и т. п. Поддерживается многими современными языками программирования, например Visual BasicАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > visual programming
-
36 data-parallel programming
= data parallel programmingпрограммирование с распараллеливанием [обработки] данныхмодель программирования параллельной системы, при которой входные данные разбиваются на отдельные блоки и одна и та же программа на многих ЦП параллельно обрабатывает каждый из них. В качестве метафоры для подобного подхода можно привести стапельную (в отличие от конвейерной) сборку компьютеров, где каждый сборщик собирает ПК или сервер от начала до концасм. тж. control-parallel programming, data parallelismАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > data-parallel programming
-
37 dynamic programming
иссл. опер. динамическое программирование (раздел исследования операций, посвященный теории и методам решения многошаговых задач принятия оптимальных решений; отличие таких задач от задач математического программирования заключается в том, что на каждом этапе в задаче может появляться новая информация)See:* * * -
38 task-parallel programming
см. control-parallel programmingАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > task-parallel programming
-
39 plugboard control system
= plugboard programming system система циклового ПУ со штекерной панельюEnglish-Russian dictionary of mechanical engineering and automation > plugboard control system
-
40 plugboard programming system
English-Russian dictionary of mechanical engineering and automation > plugboard programming system
См. также в других словарях:
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Control flow analysis — is a static code analysis technique for determining the control flow of a program. The control flow is expressed as a control flow graph (CFG). For many languages, the control flow of a program is explicit in a program s source code. As a result … Wikipedia
Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu … Wikipedia
Programming style — is a set of rules or guidelines used when writing the source code for a computer program. It is often claimed that following a particular programming style will help programmers to read and understand source code conforming to the style, and help … Wikipedia
Control (Janet Jackson album) — Control … Wikipedia
Programming by demonstration — (PbD) is a technique for teaching acomputer or a robot new behaviors by demonstrating the task totransfer directly instead of programming it through machinecommands.The term Programming by example (PbE) or Programming bydemonstration (PbD)… … Wikipedia
Programming (disambiguation) — Programming often refers to computer programming, the act of instructing computers to perform tasks.In other contexts, it may also refer to: *Broadcast programming, scheduling content for television *Radio programming, scheduling content for… … Wikipedia
Programming productivity — refers to a variety of software development issues and methodologies affecting the quantity and quality of code produced by an individual or team. Key topics in productivity discussions have included:* Amount of code that can be created or… … Wikipedia
Control array — (mostly used in Visual Basic) is the collection of controls that programmer put it in form (VB Form). Control array is always a single dimensional array. Control array is that you can add or delete array elements at run time. With some controls,… … Wikipedia
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia